projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a80652a
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 21:58:25 +0000
(21:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 21:58:25 +0000
(21:58 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 77cc54021dd76106a9110a38e688756c7a53bb45..8ff27cbff3847837bf3242a41636a9c60c132de7 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-2870,7
+2870,7
@@
XTread_socket (sd, bufp, numchars, waitp, expected)
if ((keysym >= XK_BackSpace && keysym <= XK_Escape)
|| keysym == XK_Delete
|| IsCursorKey (keysym) /* 0xff50 <= x < 0xff60 */
- || IsMiscFunctionKey (keysym) /* 0xff60 <= x <
0xff7e
*/
+ || IsMiscFunctionKey (keysym) /* 0xff60 <= x <
VARIES
*/
#ifdef HPUX
/* This recognizes the "extended function keys".
It seems there's no cleaner way.